home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5594 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: newsfeed.pitt.edu!gatech!concert!ais!bruce
  2. From: bruce@ais.com
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Better UARTs?
  5. Message-ID: <1996Feb16.015106.8732@ais>
  6. Date: 16 Feb 96 01:51:06 EST
  7. References: <4g0hq5$166u@usenetw1.news.prodigy.com>
  8. Organization: Applied Information Systems, Chapel Hill, NC
  9.  
  10. In article <4g0hq5$166u@usenetw1.news.prodigy.com>, davidsen@tmr.com (bill davidsen) writes:
  11. > I heard about the 16650 UART some time ago, which has 32 byte FIFOs
  12. > rather than 16. While it sounded interesting, it also didn't seem
  13. > like something I "just had to have." However, now I've seen some
  14. > specs on the 16750 UART. Got to try one of these.
  15. > It seems that in addition to a 64 byte FIFO (no surprise) it will do
  16. > the hardware handshake for you! Now the slowest system around will
  17. > not lose data because the UART will drop RTS when the FIFO is almost
  18. > full, and will stop sending if the CTS drops. This is where the
  19. > logic should have been all along, and all I want to know is where to
  20. > find one.
  21. > Any experience with these? The larger buffer is nice, but the flow
  22. > control changes the whole dynamics of how UARTs are handled.
  23.  
  24. I _DO_ hope that the flow control is selectable -- there are times when
  25. you do NOT want hardware flow control (most notably when you are talking
  26. to hardware that doesn't support it).  Also, there are several flavors
  27. of hardware flow control;  although RTS/CTS is the most common and seems
  28. to be the most reasonable interpretation of the signals, methods such as
  29. DTR/DSR also exist.  But DTR/DSR can have even worse interaction problems
  30. than RTS/CTS if you are talking to equipment that doesn't support it --
  31. often the behavior on dropping DTR is to close the connection altogether.
  32.  
  33. Bruce C. Wright
  34.